home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 64 / supercd64_1.iso / Toma nota / MicroArea / Demo WinLab / WINLAB 6.msi / Binary.New_Binary2 / Reader / RdLang32.ESP / EXVW / 10029 < prev    next >
Encoding:
Text File  |  2001-05-18  |  326 b   |  14 lines

  1. dialog( name: '$$$/Dialogs/TextNotFound' )
  2. {
  3.     group()
  4.     {
  5.         view( align_children: align_center )
  6.         {
  7.             static_text(item_id: 'msg1', width: max_char_width() * 16);
  8.             static_text(item_id: 'yawn', width: max_char_width() * 16);
  9.             static_text(item_id: 'msg2', width: max_char_width() * 16);
  10.         }
  11.         ok_cancel();
  12.     }
  13. }
  14.